<script_vbs> : VB Script (Embedded)

Encloses ôVBScriptö script within a macro.

Syntax:

<script_vbs>A script source code goes hereà</script_vbs>

Note:  You have to have installed ôVB Scriptö scripting host to be able to run JavaScript scripts.  The scripting host is automatically installed with MSIE 4.0 or later.

Example: 

<#> Very simple VB Script example
<cmds>
<script_vbs>
MsgBox("This is VB Script")
</script_vbs>